aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga/[title]/[id]/info.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-02 22:41:19 +0530
committerreal-zephex <[email protected]>2024-04-02 22:41:19 +0530
commit794cb6236fa256f8074c56f372eba05526e7c066 (patch)
tree4d53c0977894bc2939e430e930fd9f6dda6ec0e5 /src/app/manga/[title]/[id]/info.module.css
parentfixes: minor css modifications, added basic information about the last read m... (diff)
downloaddramalama-794cb6236fa256f8074c56f372eba05526e7c066.tar.xz
dramalama-794cb6236fa256f8074c56f372eba05526e7c066.zip
UI Upgrades for anime section.
Diffstat (limited to 'src/app/manga/[title]/[id]/info.module.css')
-rw-r--r--src/app/manga/[title]/[id]/info.module.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/app/manga/[title]/[id]/info.module.css b/src/app/manga/[title]/[id]/info.module.css
index a36658a..96635e3 100644
--- a/src/app/manga/[title]/[id]/info.module.css
+++ b/src/app/manga/[title]/[id]/info.module.css
@@ -9,7 +9,8 @@
justify-content: space-between;
align-items: center;
padding: 5px;
- backdrop-filter: blur(5px);
+ background-color: #35353565;
+ backdrop-filter: blur(7px);
}
@@ -71,11 +72,17 @@
.CharacterEntry {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ width: auto;
margin: 5px;
}
.CharacterEntry p {
+ margin: 10px auto;
text-align: center;
+ width: 110px;
color: white;
}